home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gravity.swf / scripts / frame_111 / PlaceObject2_312_21 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-28  |  179 b   |  8 lines

  1. onClipEvent(load){
  2.    this._x = -380;
  3.    this._y = -200;
  4.    Xdist = this._x - _parent.foreground._x;
  5.    Ydist = this._y - _parent.foreground._y;
  6.    this._visible = true;
  7. }
  8.